FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / ValueSet<T> Class
Properties Methods


In This Topic
    ValueSet<T> Class Members
    In This Topic

    The following tables list the members exposed by ValueSet<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of objects in the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a value to the collection if not already present.  
    Public MethodRemoves all objects from the collection.  
    Public MethodDetermines whether the collection contains a specific value.  
    Public MethodDetermines whether the values in this set are the same as the ones in a given array.  
    Public MethodSorts the elements in the collection.  
    Public MethodCreates an array from this collection.  
    Public MethodCreates a List from this collection.  
    Top
    See Also